Fully Qualified Name: | Laminas\Config\Writer\WriterInterface |
Name | Description | Defined By |
---|---|---|
toFile() | Write a config object to a file. | WriterInterface |
toString() | Write a config object to a string. | WriterInterface |
Write a config object to a file.
Parameter Name | Type | Description |
---|---|---|
$filename | string | |
$config | mixed | |
$exclusiveLock | bool |
Returns: void
Write a config object to a string.
Parameter Name | Type | Description |
---|---|---|
$config | mixed |
Returns: string